places sidebar: Fix a copy-paste leftover
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Jul 2015 18:55:58 +0000 (14:55 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Jul 2015 19:07:37 +0000 (15:07 -0400)
The ::populate-all nick and blurb where not referrering to this
property at all.
https://bugzilla.gnome.org/show_bug.cgi?id=752633

gtk/gtkplacessidebar.c

index 9016f4be899ffe8737637436532edda1d2bc3560..faaea10931199c6c8dcc08bf737adce52ca2b1b8 100644 (file)
@@ -4346,8 +4346,8 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
    */
   properties[PROP_POPULATE_ALL] =
           g_param_spec_boolean ("populate-all",
-                                P_("Show 'Other locations'"),
-                                P_("Whether the sidebar includes an item to show external locations"),
+                                P_("Populate all"),
+                                P_("Whether to emit ::populate-popup for popups that are not menus"),
                                 FALSE,
                                 G_PARAM_READWRITE);